This validator checks that a String field is not empty (i.e. non-null with a length > 0).
@RequiredStringValidator(message = "Default message", key = "i18n.key", shortCircuit = true, trim = true)